.file-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.file-box {
  box-sizing: border-box;
  width: 100%;
  padding: .18rem .32rem;
  margin-bottom: .3rem;
  border-radius: .04rem;
  border: .01rem solid rgba(212, 213, 214, 1);
  transition: all 0.3s ease;
  box-shadow: .04rem .04rem .24rem  rgba(191, 201, 219, 0.5);
}

.file-title {
  padding-bottom: .05rem;
  margin-bottom: .05rem;
  font-weight: 500;
  color: rgba(36, 38, 43, 1);
  transition: all 0.3s ease;
  border-bottom: .01rem solid rgba(204, 204, 204, 1);
  font-size: .15rem;
}

.icon-file-pdf {
  color: rgba(212, 48, 48, 1);
  font-size: .15rem !important;
  margin-right: .10rem;
}

.file-text {
  font-size: .12rem;
  font-weight: 400;
  color: rgba(102, 107, 122, 1);
}
